home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap02 / b02d025.cc2 < prev   
Text File  |  1998-06-07  |  807b  |  19 lines

  1. 0, Your assignment in Lab 2 is to create a 
  2. 3, simple database browser tool that 
  3. 5, displays the Name field in a sample database 
  4. 7, called Shops. The Shops database is in 
  5. 11, Microsoft Access format and is located 
  6. 13, in the Lvb5\Ch02 folder on disk. Your 
  7. 19, solution should include a name label, a 
  8. 23, text box object, a data object, and a 
  9. 27, Quit button object. When you run the 
  10. 30, program, Visual Basic displays the Data 
  11. 34, Browser window in the Visual Basic programming 
  12. 37, environment. As you can see, the first 
  13. 39, record, Don's Woodworking, appears in 
  14. 41, the text box object. And you can access 
  15. 44, additional records by clicking the buttons 
  16. 46, in the Shops data object. When you're 
  17. 49, finished running the program, click the 
  18. 50, Quit button to close.
  19. 53, END